-
Notifications
You must be signed in to change notification settings - Fork 467
[CI] : add github issue templates #1613
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds standardized GitHub issue templates to improve issue reporting and triage processes. The templates cover common issue types (bug reports, feature requests, and questions) and include a configuration file to enforce template usage.
Changes:
- Added bug report template with detailed environment information fields
- Added feature request template with structured proposal guidelines
- Added question/discussion template for general inquiries
- Configured GitHub to disable blank issues, requiring template usage
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/ISSUE_TEMPLATE/bug_report.md | Comprehensive bug report template with environment details section |
| .github/ISSUE_TEMPLATE/feature_request.md | Feature request template with motivation and context fields |
| .github/ISSUE_TEMPLATE/question.md | General question and discussion template |
| .github/ISSUE_TEMPLATE/config.yml | Disables blank issues to enforce template usage |
Pull Request Test Coverage Report for Build 21413121397Details
💛 - Coveralls |
4d8d583 to
a5d82f5
Compare
elezar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @rahulait. I'm happy to start with this and iterate as required.
Signed-off-by: Rahul Sharma <rahulsharm@nvidia.com>
a5d82f5 to
f406e9c
Compare
This PR adds common github issue templates for the repo.